Settings_RejectVisual.m 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % SETTINGS FOR "FT_REJECTVISUAL" VIEWER: %
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. %
  5. % This settings file will be read by the TrialCleanerGUI.
  6. % - Settings here will be applied to "ft_rejectvisual".
  7. %
  8. % Usage:
  9. % a) Settings under "DO NOT EDIT" are handled by [MEG]PLS. Do not alter these.
  10. % b) Change other values as needed. See "help" command for FieldTrip section.
  11. % c) Optional settings can be uncommented and specified.
  12. %
  13. function cfgReject = Settings_RejectVisual
  14. %--- "FT_REJECTVISUAL" SETTINGS: ---%
  15. %-----------------------------------%
  16. % DO NOT EDIT:
  17. cfgReject.method = []; % Selected in GUI
  18. % GENERAL SETTINGS:
  19. cfgReject.channel = 'MEG';
  20. cfgReject.trials = 'all';
  21. cfgReject.keepchannel = 'no'; % Recommended: Leave on 'no'
  22. cfgReject.alim = 1e-12;
  23. % OPTIONAL SETTINGS:
  24. % cfgReject.latency
  25. % cfgReject.metric
  26. % cfgReject.eogscale
  27. % cfgReject.ecgscale
  28. % cfgReject.emgscale
  29. % cfgReject.megscale
  30. % cfgReject.gradscale
  31. % cfgReject.magscale
  32. % OPTIONAL PREPROCESSING OPTIONS FOR VIEWING CAN BE SPECIFIED AS FOLLOWS:
  33. % Note: The preprocessing is NOT applied to the output data.
  34. % See "help ft_preprocessing" for available options.
  35. % cfgReject.preproc.bpfilter
  36. % cfgReject.preproc.bpfreq